home *** CD-ROM | disk | FTP | other *** search
- /* Miscellaneous functions for use with HAYES smart modems
- Kees Lemmens; Aug 1992
-
- Remarks or suggestions to:
- lemmens@dv.twi.tudelft.nl
- */
-
- #include <time.h>
- void Delay(clock_t ticks);
-
- void mod_flush(int echo);
- int mod_getc(void);
- void mod_putc(char k);
- void mod_puts(char *cmd);
- void mod_gets(char *str,int nr);
- int mod_wait(char *string,int max_tm,int echo);
- int mod_reset(void);
- void mod_hangup(void);
-